projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2fe43d
)
[IA64] Remove annoying log message
author
Alex Williamson
<alex.williamson@hp.com>
Thu, 31 May 2007 17:42:40 +0000
(11:42 -0600)
committer
Alex Williamson
<alex.williamson@hp.com>
Thu, 31 May 2007 17:42:40 +0000
(11:42 -0600)
Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
xen/arch/ia64/xen/faults.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/faults.c
b/xen/arch/ia64/xen/faults.c
index 04826bd2a16451a7c515d83537405b07808d1028..cf50f944248dbd07ed43753ae76a47841753eedf 100644
(file)
--- a/
xen/arch/ia64/xen/faults.c
+++ b/
xen/arch/ia64/xen/faults.c
@@
-666,7
+666,10
@@
ia64_handle_reflection(unsigned long ifa, struct pt_regs *regs,
vector = IA64_FP_TRAP_VECTOR;
break;
case 34:
- printk("ia64_handle_reflection: handling lowerpriv trap\n");
+ if (isr & (1UL << 4))
+ printk("ia64_handle_reflection: handling "
+ "unimplemented instruction address %s\n",
+ (isr & (1UL<<32)) ? "fault" : "trap");
vector = IA64_LOWERPRIV_TRANSFER_TRAP_VECTOR;
break;
case 35: